From 33851dbe24e4419640a7c1d18264d92d6f9ed9f4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Oct 2014 00:34:41 -0400 Subject: [PATCH] Document gtk_printer_option_set_get_groups --- gtk/gtkprinteroptionset.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/gtkprinteroptionset.c b/gtk/gtkprinteroptionset.c index d28b0fb680..b063445b58 100644 --- a/gtk/gtkprinteroptionset.c +++ b/gtk/gtkprinteroptionset.c @@ -143,8 +143,11 @@ gtk_printer_option_set_clear_conflicts (GtkPrinterOptionSet *set) /** * gtk_printer_option_set_get_groups: + * @set: a #GtkPrinterOptionSet * - * Returns: (element-type utf8) (transfer full): + * Gets the groups in this set. + * + * Returns: (element-type utf8) (transfer full): a list of group names. */ GList * gtk_printer_option_set_get_groups (GtkPrinterOptionSet *set) -- 2.30.2